home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Online / HTMLMapMaker / HTML_MapMaker.readme < prev    next >
Text File  |  1997-08-09  |  2KB  |  50 lines

  1. Short:    Easily Create Client Side Image Maps
  2. Author:   Vex /Shoah (Vex_@HOTMAIL.COM)
  3. Uploader: Vex_@HOTMAIL.COM
  4.  
  5. This  program  is designed to generate HTML code for client-side image maps.
  6. Have  you  seen  Web  Pages that contain pictures that allow you to click on
  7. different areas to go to different links?  Well, these pages are using image
  8. maps,  some maps are server side and some are client side.  Client side maps
  9. are created using code that looks something link this...
  10.  
  11.  
  12.     <MAP NAME="ImgMap">
  13.     <AREA SHAPE="RECT" COORDS="0,0 100,24" HREF="page1.html">
  14.     <AREA SHAPE="RECT" COORDS="100,0 200,24" HREF="page2.htm">
  15.     <AREA SHAPE="RECT" COORDS="0,25 100,50" HREF="page3.htm">
  16.     <AREA SHAPE="RECT" COORDS="100,25 200,50" HREF="page4.htm">
  17.     </MAP>
  18.  
  19.     <IMG SRC="picture.gif" USEMAP="#ImgMap" BORDER=0>
  20.  
  21. All  this  code  tells  the  browser  which  sections  point  to what links.
  22. Creating  this  code can be a lot of hassles, especially if you've got a lot
  23. of links and you want the zones to be pixel perfect.
  24.  
  25. This  is  where  the  'HTML MapMaker' comes in!  It allows you to load in an
  26. image,  and then select the areas that you want set up as hotzones and where
  27. you want them to point to.  Then the program will generate the actually code
  28. for you.
  29.  
  30.  
  31. This is only an early version of the program, and there are some limitations
  32. to what it's capable of doing. Check the guide for details.
  33.  
  34. ============================= Archive contents =============================
  35.  
  36. Listing of archive 'HTML_MapMaker.Lha':
  37. Original  Packed Ratio    Date     Time    Name
  38. -------- ------- ----- --------- --------  -------------
  39.    69360   33099 52.2% 08-Aug-97 03:41:12 +HTML_MapMaker
  40.    23153    6542 71.7% 08-Aug-97 03:43:40 +HTML_MapMaker.Guide
  41.     1068     669 37.3% 20-Oct-96 00:57:36 +HTML_MapMaker.Guide.info
  42.     1006     648 35.5% 23-Jul-97 06:48:04 +HTML_MapMaker.Info
  43.    26923    8827 67.2% 08-Aug-97 03:48:24 +SHOAH.Guide
  44.     1068     669 37.3% 20-Oct-96 00:57:36 +SHOAH.Guide.info
  45.      461     230 50.1% 08-Aug-97 03:37:30  HTML_MapMaker.info
  46.    23208   22993  0.9% 23-Jul-97 06:39:30  LogicallyEntwined.exe
  47. -------- ------- ----- --------- --------
  48.   146247   73677 49.6% 08-Aug-97 03:54:20   8 files
  49. 
  50.